home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
fire-man.swf
/
scripts
/
frame_3713
/
PlaceObject2_1434_5
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
462 b
|
25 lines
onClipEvent(enterFrame){
_visible = _X >= 0 && _X <= 256;
if(mover)
{
_X = _X + dx;
_Y = _Y + dy;
_X = _X - _root.windx;
xi -= _root.windx;
if(_X <= 0)
{
_X = _X + 256;
xi += 256;
}
if(Math.abs(_X - xi) >= xwide)
{
dx *= -1;
}
if(_Y >= 240)
{
_X = xi = (_root.aleatorio(0,15) + 1) * 16;
_Y = -16;
}
}
}